TIP Sample App/TwitterSearchViewController.h (3 lines of code) (raw):

// // TwitterSearchViewController.h // TIP Sample App // // Created on 2/3/17. // Copyright © 2020 Twitter. All rights reserved. // #import <UIKit/UIKit.h> @interface TwitterSearchViewController : UIViewController @end